home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / EXPOSUREEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.0 KB  |  24 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="ExposureEffect: adjust black and white points">
  3.     <description>
  4.         ExposureEffect adjusts black and white points using exposure gain curve.
  5.         The parameters: BlackPoint.x, BlackPoint.y, WhitePoint.x and WhitePoint.y are floating point values.
  6.  
  7.         AutoFix sets both black and white points.
  8.         For asynchronous analysis, use IAutoEffect interface.
  9.     </description>
  10.     <property name="BlackPoint.x" type="float" default="0" label="Black point X">
  11.         <range min="0" max="1"/>
  12.     </property>
  13.     <property name="BlackPoint.y" type="float" default="0" label="Black point Y">
  14.         <range min="0" max="1"/>
  15.     </property>
  16.     <property name="WhitePoint.x" type="float" default="1" label="White point X">
  17.         <range min="0" max="1"/>
  18.     </property>
  19.     <property name="WhitePoint.y" type="float" default="1" label="White point Y">
  20.         <range min="0" max="1"/>
  21.     </property>
  22.     <property name="_AutoFix" type="button" label="Auto Fix"/>
  23. </effect>
  24.